home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-08 | 962 b | 40 lines | [TEXT/MPS ] |
- #====================================================================================
- #
- # HackRecorder.make
- #
- # Copyright © 1990 Apple Computer, Inc.
- #
- # Sound Input Driver Example
- #
- # Revision History
- #
- # 04/01/91 No changes except added this comment line: Submitted as item for developer CD.
- # 11/19/90 First created.
- #
- #====================================================================================
-
-
- HackRecorder ƒ HackRecorder.make HackRecorderInit.a.o HackRecorder.a.o
- Link ∂
- -c '????' ∂
- -t INIT ∂
- -rt INIT=0 ∂
- -ra =resSysHeap,resLocked ∂
- -m Start ∂
- HackRecorderInit.a.o ∂
- -o HackRecorder
- Link ∂
- -rt DRVR=30 ∂
- -ra =resSysHeap ∂
- HackRecorder.a.o ∂
- -o HackRecorder
-
- HackRecorder.a.o ƒ HackRecorder.make HackRecorder.a
- Asm HackRecorder.a -i "{IntAIncludes}"
-
- HackRecorderInit.a.o ƒ HackRecorder.make HackRecorderInit.a
- Asm HackRecorderInit.a -i "{IntAIncludes}"
-
-
-
-